body,a{
	font-size: 13px;
	color: #333333;
	font-family: '微软雅黑';
}

*{font-family: '微软雅黑';}

#layout{
	width: 100%;
}
ul,li,div,span,p,a,dl,dt,dd,h1,h2,h3,h4,h5{
	list-style: none;
	margin: 0;
	padding: 0;
}
.width_style_unified{
	width: 1200px;
	margin: 0 auto;
}
.background_color_gray{
	background-color: #f4f4f4;
}
.color_1{
	color: #585858;
}
.color_2{
	color: #333333;
}
.color_3{
	color: ffffff;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.div_flex{
	display:flex;
	/*flex-direction: row;*/
}
.div_flex2{
	display:flex;
	flex-direction: column;
	justify-content: space-around;
}
a{
	text-decoration: none;
	
		cursor: pointer;
}
.margin_style{
	margin-top:10px;
}

.tjcp_f{width:1200px;overflow:hidden;height:200px;}
.tjcp_per{margin-left:6px;width:195px;display:block;}